Package com.cisco.pt.ipc.sim.impl
Class VpdnGroupImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.VpdnGroupImpl
Information provided by the PKI file:
\class VpdnGroup
\brief VpdnGroup handles and manipulates VPDN groups.
\example network().getDevice("Router0").getProcess("VirtualTemplateManager").getVpdnGroupAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionVpdnGroupImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:booleanisDialIn()Information provided by the PKI file:booleanInformation provided by the PKI file:voidsetDialIn(boolean flag) Information provided by the PKI file:voidsetGroupName(String name) Information provided by the PKI file:voidsetProtocolPppoe(boolean bIsPppoe) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
VpdnGroupImpl
public VpdnGroupImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setDialIn
public void setDialIn(boolean flag) Information provided by the PKI file:
\brief Enables or disables dial in. \param flag, true to enable dial in, false to disable it. -
isDialIn
public boolean isDialIn()Information provided by the PKI file:
\brief Returns true if dial in is enabled, otherwise false. \return bool, true if dial in is enabled, otherwise false. -
setProtocolPppoe
public void setProtocolPppoe(boolean bIsPppoe) Information provided by the PKI file:
\brief Enables or disables the PPPoE protocol. \param bIsPppoe, true to enable the PPPoE protocol, false to disable it.- Specified by:
setProtocolPppoein interfaceVpdnGroup- Parameters:
bIsPppoe- Takes in a parameter of bIsPppoe
-
isProtocolPppoe
public boolean isProtocolPppoe()Information provided by the PKI file:
\brief Returns true if the PPPoE protocol is enabled, otherwise false. \return bool, true if the PPPoE protocol is enabled, otherwise false.- Specified by:
isProtocolPppoein interfaceVpdnGroup- Returns:
- boolean Returns a boolean
-
setGroupName
Information provided by the PKI file:
\brief Sets the VPDN group name. \param name, the name for the VPDN group.- Specified by:
setGroupNamein interfaceVpdnGroup- Parameters:
name- Takes in a parameter of name
-
getGroupName
Information provided by the PKI file:
\brief Returns the VPDN group name. \return string, the name of the VPDN group.- Specified by:
getGroupNamein interfaceVpdnGroup- Returns:
- String Returns a String
-
getVirtualTempInt
Information provided by the PKI file:
\brief Returns the virtual template interface. \return vInterface, the VirtualTemplateInterface object.- Specified by:
getVirtualTempIntin interfaceVpdnGroup- Returns:
- VirtualTemplateInterface Returns a VirtualTemplateInterface
-